csv_stringtrim(const char *string, const char *enclosure, int strip_max);
#else
CSV_STRINGTRIM(const char *string, const char *enclosure, int strip_max, DEBUG_PARAMS);
-#define csv_stringtrim( s, e ) CSV_STRINGTRIM( s, e, __FILE__, __LINE__);
+#define csv_stringtrim( s, e,m ) CSV_STRINGTRIM( s, e, m, __FILE__, __LINE__);
#endif
char *
in_name--;
}
else if (strcmp(el, "type") == 0) {
+ wpt_tmp->icon_descr_is_dynamic = 1;
wpt_tmp->icon_descr = xstrdup(typestr);
memset(typestr,0, MY_CBUF);
in_type--;
fwrite(&c, 1, 1, mapsend_file_out);
fwrite(tname, c, 1, mapsend_file_out);
+ xfree(tname);
/* total nodes (waypoints) this track */
i = 0;